home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 47 / WARZONE2100.iso / Win95 / AllChars 2.01 / ALLCHARS.EXE / 0 / RCDATA / TALLCHARSFRM / TALLCHARSFRM.txt < prev   
Text File  |  1997-04-19  |  5KB  |  222 lines

  1. object AllCharsFrm: TAllCharsFrm
  2.   Left = 676
  3.   Top = 170
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'AllChars for Windows'
  7.   ClientHeight = 257
  8.   ClientWidth = 296
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   Visible = True
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object MainPnl: TPanel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 281
  24.     Height = 203
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProductNameLbl: TLabel
  29.       Left = 81
  30.       Top = 10
  31.       Width = 179
  32.       Height = 24
  33.       Alignment = taRightJustify
  34.       Caption = 'AllChars for Windows'
  35.       Font.Color = clNavy
  36.       Font.Height = -19
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ParentFont = False
  40.       IsControl = True
  41.     end
  42.     object VersionLbl: TLabel
  43.       Left = 165
  44.       Top = 34
  45.       Width = 94
  46.       Height = 13
  47.       Alignment = taRightJustify
  48.       Caption = 'Version 2.01 (32 bit)'
  49.       Font.Color = clNavy
  50.       Font.Height = -11
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = []
  53.       ParentFont = False
  54.       IsControl = True
  55.     end
  56.     object Copyright: TLabel
  57.       Left = 60
  58.       Top = 78
  59.       Width = 180
  60.       Height = 13
  61.       Caption = 'FREEWARE, Copyright ∩┐╜ 1994-1997:'
  62.       Font.Color = clBlack
  63.       Font.Height = -11
  64.       Font.Name = 'MS Sans Serif'
  65.       Font.Style = []
  66.       ParentFont = False
  67.       Transparent = True
  68.       IsControl = True
  69.     end
  70.     object Image1: TImage
  71.       Left = 14
  72.       Top = 14
  73.       Width = 32
  74.       Height = 32
  75.       Picture.Data = {<image001.ico>}
  76.     end
  77.     object Label1: TLabel
  78.       Left = 60
  79.       Top = 102
  80.       Width = 86
  81.       Height = 13
  82.       Caption = 'Jeroen Laarhoven'
  83.       Transparent = True
  84.     end
  85.     object Label2: TLabel
  86.       Left = 60
  87.       Top = 116
  88.       Width = 131
  89.       Height = 13
  90.       Caption = 'Geleen 12, 8032 GB Zwolle'
  91.       Transparent = True
  92.     end
  93.     object Label3: TLabel
  94.       Left = 60
  95.       Top = 130
  96.       Width = 57
  97.       Height = 13
  98.       Caption = 'Netherlands'
  99.       Transparent = True
  100.     end
  101.     object Label4: TLabel
  102.       Left = 82
  103.       Top = 178
  104.       Width = 108
  105.       Height = 13
  106.       Caption = 'jeroen@whiteants.com'
  107.       Font.Color = clNavy
  108.       Font.Height = -11
  109.       Font.Name = 'MS Sans Serif'
  110.       Font.Style = []
  111.       ParentFont = False
  112.     end
  113.     object Label5: TLabel
  114.       Left = 82
  115.       Top = 162
  116.       Width = 95
  117.       Height = 13
  118.       Caption = 'www.whiteants.com'
  119.       Font.Color = clNavy
  120.       Font.Height = -11
  121.       Font.Name = 'MS Sans Serif'
  122.       Font.Style = []
  123.       ParentFont = False
  124.     end
  125.     object HomeImg: TImage
  126.       Left = 58
  127.       Top = 158
  128.       Width = 22
  129.       Height = 20
  130.       Picture.Data = {<image002.bmp>}
  131.     end
  132.     object DllIdentLbl: TLabel
  133.       Left = 209
  134.       Top = 50
  135.       Width = 50
  136.       Height = 11
  137.       Alignment = taRightJustify
  138.       Caption = 'using %s %s'
  139.       Font.Color = clGray
  140.       Font.Height = -9
  141.       Font.Name = 'Small Fonts'
  142.       Font.Style = []
  143.       ParentFont = False
  144.       IsControl = True
  145.     end
  146.   end
  147.   object OKBtn: TButton
  148.     Left = 111
  149.     Top = 222
  150.     Width = 75
  151.     Height = 25
  152.     Caption = '&OK'
  153.     Enabled = False
  154.     TabOrder = 1
  155.     OnClick = OKBtnClick
  156.   end
  157.   object WinTaskbar: TWinTaskbar
  158.     Hint = 'AllChars'
  159.     Icon.Data = {<image003.ico>}
  160.     OnDblClick = WinTaskbarDblClick
  161.     PopUpMenu = TaskBarPopMnu
  162.     ShowIcon = False
  163.     Left = 40
  164.     Top = 217
  165.   end
  166.   object InitTimer: TTimer
  167.     Interval = 100
  168.     OnTimer = InitTimerTimer
  169.     Left = 71
  170.     Top = 217
  171.   end
  172.   object TaskBarPopMnu: TPopupMenu
  173.     Left = 10
  174.     Top = 218
  175.     object ExitItm: TMenuItem
  176.       Caption = '&Exit AllChars'
  177.       ShortCut = 0
  178.       OnClick = ExitItmClick
  179.     end
  180.     object N2: TMenuItem
  181.       Caption = '-'
  182.       ShortCut = 0
  183.     end
  184.     object ConfigItm: TMenuItem
  185.       Caption = '&Configuration'
  186.       ShortCut = 0
  187.       OnClick = ConfigItmClick
  188.     end
  189.     object DecSymbolItm: TMenuItem
  190.       Caption = '&Decimal Symbol'
  191.       ShortCut = 0
  192.       OnClick = DecSymbolItmClick
  193.     end
  194.     object EnabledItm: TMenuItem
  195.       Caption = 'E&nabled'
  196.       Checked = True
  197.       ShortCut = 0
  198.       OnClick = EnabledItmClick
  199.     end
  200.     object N3: TMenuItem
  201.       Caption = '-'
  202.       ShortCut = 0
  203.     end
  204.     object MacrosItm: TMenuItem
  205.       Caption = '&Macro'#39's'
  206.       ShortCut = 0
  207.       OnClick = MacrosItmClick
  208.     end
  209.     object HelpItm: TMenuItem
  210.       Caption = '&Help'
  211.       Default = True
  212.       ShortCut = 0
  213.       OnClick = HelpItmClick
  214.     end
  215.     object AboutItm: TMenuItem
  216.       Caption = '&About AllChars'
  217.       ShortCut = 0
  218.       OnClick = AboutItmClick
  219.     end
  220.   end
  221. end
  222.